'Declaration
Public Function New( _ ByVal printables As System.Collections.Generic.ICollection(Of IPrintable), _ ByVal printPreview As System.Boolean, _ ByVal showPrintDialog As System.Boolean _ )
'Usage
Dim printables As System.Collections.Generic.ICollection(Of IPrintable) Dim printPreview As System.Boolean Dim showPrintDialog As System.Boolean Dim instance As New CommandPrint(printables, printPreview, showPrintDialog)
public CommandPrint( System.Collections.Generic.ICollection<IPrintable> printables, System.bool printPreview, System.bool showPrintDialog )
public CommandPrint( printables: System.Collections.Generic.ICollection; printPreview: System.Boolean; showPrintDialog: System.Boolean );
public function CommandPrint( printables : System.Collections.Generic.ICollection, printPreview : System.boolean, showPrintDialog : System.boolean );
public: CommandPrint( System.Collections.Generic.ICollection<IPrintable*>* printables, System.bool printPreview, System.bool showPrintDialog )
public: CommandPrint( System.Collections.Generic.ICollection<IPrintable^>^ printables, System.bool printPreview, System.bool showPrintDialog )
Parameters
- printables
- Specifies a list of printable objects.
- printPreview
- Specifies whether to do a print preview.
- showPrintDialog
- Specifies whether the print dialog should be displayed before printing.